GtkFileChooser: Missing hour on today's files for it&hu locales on Win32
authorValerio Messina <efa@iol.it>
Thu, 13 Jun 2013 20:40:47 +0000 (22:40 +0200)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 20 Jun 2013 20:10:37 +0000 (15:10 -0500)
The file chooser does not show the hours for files modified today
when using it & hu locales on Win32.  This is due to the %k format conversion
for strftime() that is in Olson's Timezone Package, which msvcrt.dll doesn't have.
Cygwin has it, though.

So for now, we just use a %H format.  While %k would render
six-in-the-morning as " 6" (6 preceded by a space), %H will render it
as "06".

https://bugzilla.gnome.org/show_bug.cgi?id=560337

po/hu.po
po/it.po

index 0e5040f9c8908af2161de6938a4fb6e2b4cf9dea..a92c3de179873f933dfc02051c57b4af0ab0b50f 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -1772,11 +1772,11 @@ msgstr "Ismeretlen"
 
 #: ../gtk/gtkfilechooserdefault.c:6642
 msgid "%H:%M"
-msgstr "%k.%M"
+msgstr "%H.%M"
 
 #: ../gtk/gtkfilechooserdefault.c:6644
 msgid "Yesterday at %H:%M"
-msgstr "Tegnap %k.%M"
+msgstr "Tegnap %H.%M"
 
 #: ../gtk/gtkfilechooserdefault.c:7346
 msgid "Cannot change to folder because it is not local"
index 0b10e8898ba60b5967b0056526cce11fad17f4a8..9c630c9c1480a92db31ddbeae5d5bb0bd5226873 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -1832,11 +1832,11 @@ msgstr "Sconosciuto"
 
 #: ../gtk/gtkfilechooserdefault.c:6642
 msgid "%H:%M"
-msgstr "%k.%M"
+msgstr "%H.%M"
 
 #: ../gtk/gtkfilechooserdefault.c:6644
 msgid "Yesterday at %H:%M"
-msgstr "Ieri alle %k.%M"
+msgstr "Ieri alle %H.%M"
 
 #: ../gtk/gtkfilechooserdefault.c:7346
 msgid "Cannot change to folder because it is not local"